home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / hc / prognote.sit / Programmer's Notebook / card_388484.txt < prev    next >
Text File  |  1988-11-27  |  619b  |  22 lines

  1. -- card: 388484 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2657
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 1
  9. ----- text -----
  10.  
  11. Munger(h:Handle;offset:LONGINT;p1:Ptr;len1:LONGINT;
  12.     p2:Ptr;len2:LONGINT):LONGINT;Γêå{A9E0}I-468
  13.     general:scan for (p1,len1) after offset,replace by (p2,len2)
  14.     p1=nil - replace (offset,len) with (p2,len2)
  15.     len1=0 - insert (p2,len2) at offset
  16.     p2=nil - no replacement,just searches for (p1,len1)
  17.     p1Γëánil,len2=0,p2Γëánil - find and deletes (p1,len1)
  18.     p1=nil,len2=0,p2Γëánil - deletes (offset,len)
  19.  
  20. -- part contents for background part 45
  21. ----- text -----
  22. Munger